home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-13 / unity331.zip / Q&A.TXT < prev    next >
Text File  |  1991-09-19  |  2KB  |  60 lines

  1.           Common Questions and Answers Regarding Unity
  2.  
  3.  
  4. Q. When I run my compiler I see the error messages in the
  5.    execution window but Unity doesn't detect any errors.
  6.  
  7. A. There are several reasons why this could happen:
  8.  
  9.         1. You have not installed the correct filter for that
  10.            particular compiler.
  11.         2. You have selected the incorrect "run filter" option.
  12.         3. You're using a different version compiler than the
  13.            filter was written for.  The filters usually use part
  14.            of the compiler's copyright notice to detect what type
  15.            it is, if the vendor has changed the copyright notice
  16.            the filter will not know how to parse the error
  17.            messages.
  18.  
  19. Q. Even though I have expanded memory, why do I still run out of memory
  20.    when I compile.
  21.  
  22. A. You may also have insufficient EMS for Unity to swap to.  If this
  23.    is the case try freeing up some of your EMS by reducing a RAM disk
  24.    or disk cache.
  25.  
  26.    Alternately, you can enable disk swapping (by defining the swap drive).
  27.    This, however, will greatly reduce the speed of compiles.
  28.  
  29.    Some programs are just too big to compile with even the least bit
  30.    of conventional memory being used.  If you are working on an
  31.    exeptionally large program this may be the case.
  32.  
  33. Q. Unity can not find my compiler.
  34.  
  35. A. Either add the directory where the compiler is located in your
  36.    PATH statement or include the drive and path in the program
  37.    name when you install it with UINST.
  38.  
  39. Q. Can we bundle Unity with our compiler?
  40.  
  41. A. Yes, but only after signing a licensing agreement.  Licensing
  42.    agreements and site licenses are available for reasonable
  43.    fees.
  44.  
  45. Q. Is the source code for Unity available?
  46.  
  47. A. Only if you have really big bucks.
  48.  
  49. Q. Is Unity available in other languages.
  50.  
  51. A. Unity has been designed to allow registered owners to
  52.    completely replace the internal messages with a custom message
  53.    table.  This makes it possible to translate the program
  54.    without access to the source code.  As translations are
  55.    completed they will be made available.  If you wish a foreign
  56.    language version you can always do the translation yourself.
  57.    Registered copies include the American English message table
  58.    and a program that installs the message table into UNITY.EXE.
  59.    The menu options, however, will remain in English.
  60.